source/etc/c/sapuc.d(22,21): Error: pointer arithmetic not allowed in @safe functions source/sapnwrfc/binding.d(33,34): Error: pointer slicing not allowed in safe functions source/sapnwrfc/binding.d(43,45): Error: `this.errorInfo.key.ptr` cannot be used in `@safe` code, use `&this.errorInfo.key[0]` instead source/sapnwrfc/binding.d(48,62): Error: `this.errorInfo.message.ptr` cannot be used in `@safe` code, use `&this.errorInfo.message[0]` instead source/sapnwrfc/binding.d(53,67): Error: `this.errorInfo.abapMsgClass.ptr` cannot be used in `@safe` code, use `&this.errorInfo.abapMsgClass[0]` instead source/sapnwrfc/binding.d(58,66): Error: `this.errorInfo.abapMsgType.ptr` cannot be used in `@safe` code, use `&this.errorInfo.abapMsgType[0]` instead source/sapnwrfc/binding.d(65,64): Error: `this.errorInfo.abapMsgV1.ptr` cannot be used in `@safe` code, use `&this.errorInfo.abapMsgV1[0]` instead source/sapnwrfc/binding.d(70,64): Error: `this.errorInfo.abapMsgV2.ptr` cannot be used in `@safe` code, use `&this.errorInfo.abapMsgV2[0]` instead source/sapnwrfc/binding.d(75,64): Error: `this.errorInfo.abapMsgV3.ptr` cannot be used in `@safe` code, use `&this.errorInfo.abapMsgV3[0]` instead source/sapnwrfc/binding.d(80,64): Error: `this.errorInfo.abapMsgV4.ptr` cannot be used in `@safe` code, use `&this.errorInfo.abapMsgV4[0]` instead source/sapnwrfc/binding.d(218,30): Error: `connectionParams.ptr` cannot be used in `@safe` code, use `&connectionParams[0]` instead source/sapnwrfc/binding.d(223,30): Error: `connectionParams.ptr` cannot be used in `@safe` code, use `&connectionParams[0]` instead source/sapnwrfc/binding.d(228,39): Error: `connectionParams.ptr` cannot be used in `@safe` code, use `&connectionParams[0]` instead source/sapnwrfc/binding.d(292,30): Error: `name.ptr` cannot be used in `@safe` code, use `&name[0]` instead source/sapnwrfc/binding.d(299,30): Error: `name.ptr` cannot be used in `@safe` code, use `&name[0]` instead source/sapnwrfc/binding.d(306,53): Error: `buffer.ptr` cannot be used in `@safe` code, use `&buffer[0]` instead source/sapnwrfc/binding.d(311,51): Error: `buffer.ptr` cannot be used in `@safe` code, use `&buffer[0]` instead source/sapnwrfc/binding.d(316,51): Error: `buffer.ptr` cannot be used in `@safe` code, use `&buffer[0]` instead source/sapnwrfc/binding.d(321,49): Error: `buffer.ptr` cannot be used in `@safe` code, use `&buffer[0]` instead source/sapnwrfc/binding.d(326,53): Error: `buffer.ptr` cannot be used in `@safe` code, use `&buffer[0]` instead /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.